projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fa14eb
)
core: fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 11 May 2012 01:00:48 +0000
(21:00 -0400)
committer
Colin Walters
<walters@verbum.org>
Sat, 12 May 2012 14:50:53 +0000
(10:50 -0400)
ostree config had two 'set' subcommands, but no 'get'.
src/ostree/ot-builtin-config.c
patch
|
blob
|
history
diff --git
a/src/ostree/ot-builtin-config.c
b/src/ostree/ot-builtin-config.c
index c89640982e21b66f92c8ec6c1a6c7b8d86a7c92b..cac751dab953c38b49d4c46759b0d55f7bb3d0ae 100644
(file)
--- a/
src/ostree/ot-builtin-config.c
+++ b/
src/ostree/ot-builtin-config.c
@@
-104,7
+104,7
@@
ostree_builtin_config (int argc, char **argv, GFile *repo_path, GError **error)
if (!ostree_repo_write_config (repo, config, error))
goto out;
}
- else if (!strcmp (op, "
s
et"))
+ else if (!strcmp (op, "
g
et"))
{
GKeyFile *readonly_config = NULL;
ot_lfree char *value = NULL;